﻿@charset "utf-8";
*{ margin:0; padding:0;}
body{ margin:0;  padding:0; font-size:14px; color:#333; font-family: "宋体", "Arial Narrow"; }
h1,h2,h3,h4{ margin:0; padding:0; }
ul,li{list-style-type:none;}
img{ vertical-align:middle; border:0}
em{ font-style:normal;}


a.noline{ color:#333; text-decoration:none;}
/***a:visited{ color:#7D6F12; text-decoration:none;}***/
a.noline:hover{ color:#f00; text-decoration:none;}


.left{ float:left;}
.right{ float:right;}


.clear{ clear:both }


.blank10px{height:10px;font-size:0; display:block; clear:both;line-height:0;}
.blank20px{height:20px;font-size:0; display:block; clear:both; line-height:0;}
.blank35px{height:35px;font-size:0; display:block; clear:both; line-height:0;}

.header,.content,.content2,.copy{ margin:0 auto;}

a.blue
{
	color: #2232FF;
    text-decoration: none;
}

a.blue:hover
{
    color: #ff9900;
    text-decoration: underline;
}

a.bule
{
	color: #2667fc;
    text-decoration: none;
}
a.bule:hover
{
	color: #47acdf;
    text-decoration: underline;
}

a.grey
{
	color:#9c9c9c;
	text-decoration: none;
}

a.grey:hover
{
    color: #ff9900;
    text-decoration: underline;
}


#addword{
line-height:25px;
height:25px;
width:56px;
vertical-align:middle;
text-decoration:none;
float:left;
display:inline-block;
background:url(../images/add.png) left 5px no-repeat;
}
#addword:hover{

background:url(../images/add.png) left -23px no-repeat;
}

